Contribution org.nuxeo.ecm.platform.annotations.widgets--actions
In component org.nuxeo.ecm.platform.annotations.widgets
org.nuxeo.ecm.platform.annotations.widgets
inside nuxeo-platform-annotations-web-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action id="summary_document_annotations_count" order="20" type="widget">
<category>SUMMARY_INDICATORS</category>
<filter-id>view_preview</filter-id>
<filter-id>not_folder</filter-id>
<filter-id>not_anonymous</filter-id>
<properties>
<property name="widgetName">document_annotations_count</property>
</properties>
</action>
</extension>